Skip to main content

All Questions

1vote
2answers
1kviews

Stateful Single Page Application with ASP.NET Core

I'm building a simple shopping cart using Angular and ASP.NET Core with. There is no login require and user can always checkout and make payment as a guest. The front end would be built with Angular, ...
CalebC's user avatar
1vote
1answer
3kviews

Best way to rewrite an mvc application to an angular architecture

We have an mvc application that we would like to gradually move to an angular platform. It is a wizard style app with 6-8 pages. We currently have a classic mvc layout. We would like to move to an ...
Esben Skov Pedersen's user avatar
1vote
1answer
947views

Is the controller in Angular and ASP.NET MVC aimed to the same?

Is the controller in Angular and ASP.NET MVC aimed to do the same like: Consume services to shape the data (model) to return to the view. Modal validation.
wonderful world's user avatar
1vote
1answer
1kviews

.NET MVC authentication to AngularJS to .NET web API advice needed

So i am inheriting a team and a large project that should have been built with a restful back end. For the time it is only reporting and we all agree to build out a web API (separate project) with ...
user1552172's user avatar
0votes
1answer
292views

AngularJS and ASP MVC

We have started to implement AngularJS in our web-applications using ASP MVC. I am wondering what approach to use for building application in the future. Keep using our current stategy: Build the ...
JMan's user avatar
  • 255
2votes
1answer
4kviews

Server side or client side mvc: which approach imposes less load on the server?

Which is the best approach when developing a dynamic web app with multiple views and dynamic content. regarding server load and responce times: use a server side mvc (such as Sailsjs or ASP.NET MVC) ...
gkaimakas's user avatar
2votes
5answers
10kviews

asp.net mvc vs angular.js model binding

So I've noticed a trend lately of .net web developers using angular.js on the client side of applications and I've become more curious as I play around with angular and compare it to how I would do ...
aw04's user avatar
  • 201
12votes
5answers
26kviews

Server side C# MVC with AngularJS [duplicate]

I like using .NET MVC and have used it quite a bit in the past. I have also built SPA's using AngularJS with no page loads other than the initial one. I think I want to use a blend of the two in ...
Ryan Langton's user avatar

close